home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Shareware Games / Arcade / Supreme Commander / Supreme Commander.mac / 00175.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  317 b   |  15 lines

  1. on exitFrame
  2.   global checklaunch, attackearth
  3.   when timeOut then HEREITCOMES
  4.   updateStage()
  5.   if attackearth < 4 then
  6.     exit
  7.   else
  8.     set the visible of sprite 1 to 1
  9.     set the visible of sprite 3 to 1
  10.     set the visible of sprite 4 to 1
  11.     set the visible of sprite 25 to 1
  12.     updateStage()
  13.   end if
  14. end
  15.